home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / FLTK-1.0.6 / visualc / fltkdll.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  1999-04-23  |  35.0 KB  |  1,760 lines

  1. # Microsoft Developer Studio Project File - Name="fltkdll" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  6.  
  7. CFG=fltkdll - Win32 Debug
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "fltkdll.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "fltkdll.mak" CFG="fltkdll - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "fltkdll - Win32 Release" (based on\
  21.  "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE "fltkdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE 
  24.  
  25. # Begin Project
  26. # PROP Scc_ProjName ""
  27. # PROP Scc_LocalPath ""
  28. CPP=cl.exe
  29. MTL=midl.exe
  30. RSC=rc.exe
  31.  
  32. !IF  "$(CFG)" == "fltkdll - Win32 Release"
  33.  
  34. # PROP BASE Use_MFC 0
  35. # PROP BASE Use_Debug_Libraries 0
  36. # PROP BASE Output_Dir "fltkdll0"
  37. # PROP BASE Intermediate_Dir "fltkdll0"
  38. # PROP BASE Target_Dir ""
  39. # PROP Use_MFC 0
  40. # PROP Use_Debug_Libraries 0
  41. # PROP Output_Dir "../lib"
  42. # PROP Intermediate_Dir "fltkdll"
  43. # PROP Ignore_Export_Lib 0
  44. # PROP Target_Dir ""
  45. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  46. # ADD CPP /nologo /MT /W3 /GX /Os /Ob2 /I "." /I ".." /D "FL_DLL" /D "FL_LIBRARY" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /c
  47. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
  48. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
  49. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  50. # ADD RSC /l 0x409 /d "NDEBUG"
  51. BSC32=bscmake.exe
  52. # ADD BASE BSC32 /nologo
  53. # ADD BSC32 /nologo
  54. LINK32=link.exe
  55. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
  56. # ADD LINK32 opengl32.lib wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /version:1.0 /subsystem:windows /dll /pdb:"fltkdll.pdb" /machine:I386 /out:"fltkdll.dll"
  57. # SUBTRACT LINK32 /pdb:none
  58.  
  59. !ELSEIF  "$(CFG)" == "fltkdll - Win32 Debug"
  60.  
  61. # PROP BASE Use_MFC 0
  62. # PROP BASE Use_Debug_Libraries 1
  63. # PROP BASE Output_Dir "fltkdll1"
  64. # PROP BASE Intermediate_Dir "fltkdll1"
  65. # PROP BASE Target_Dir ""
  66. # PROP Use_MFC 0
  67. # PROP Use_Debug_Libraries 1
  68. # PROP Output_Dir "../lib"
  69. # PROP Intermediate_Dir "fltkdlld"
  70. # PROP Ignore_Export_Lib 0
  71. # PROP Target_Dir ""
  72. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  73. # ADD CPP /nologo /MTd /GX /Od /I "." /I ".." /D "FL_DLL" /D "FL_LIBRARY" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /ZI /c
  74. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
  75. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
  76. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  77. # ADD RSC /l 0x409 /d "_DEBUG"
  78. BSC32=bscmake.exe
  79. # ADD BASE BSC32 /nologo
  80. # ADD BSC32 /nologo
  81. LINK32=link.exe
  82. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  83. # ADD LINK32 opengl32.lib wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /version:1.0 /subsystem:windows /dll /pdb:"fltkdlld.pdb" /debug /machine:I386 /out:"fltkdlld.dll" /pdbtype:sept
  84. # SUBTRACT LINK32 /pdb:none /incremental:no
  85.  
  86. !ENDIF 
  87.  
  88. # Begin Target
  89.  
  90. # Name "fltkdll - Win32 Release"
  91. # Name "fltkdll - Win32 Debug"
  92. # Begin Source File
  93.  
  94. SOURCE=..\src\filename_absolute.cxx
  95. DEP_CPP_FILEN=\
  96.     "..\fl\filename.h"\
  97.     
  98. NODEP_CPP_FILEN=\
  99.     ".\ys\types.h"\
  100.     
  101. # End Source File
  102. # Begin Source File
  103.  
  104. SOURCE=..\src\filename_expand.cxx
  105. DEP_CPP_FILENA=\
  106.     "..\fl\filename.h"\
  107.     
  108. NODEP_CPP_FILENA=\
  109.     ".\ys\types.h"\
  110.     
  111. # End Source File
  112. # Begin Source File
  113.  
  114. SOURCE=..\src\filename_ext.cxx
  115. DEP_CPP_FILENAM=\
  116.     "..\fl\filename.h"\
  117.     
  118. NODEP_CPP_FILENAM=\
  119.     ".\ys\types.h"\
  120.     
  121. # End Source File
  122. # Begin Source File
  123.  
  124. SOURCE=..\src\filename_isdir.cxx
  125. DEP_CPP_FILENAME=\
  126.     "..\fl\filename.h"\
  127.     ".\config.h"\
  128.     
  129. NODEP_CPP_FILENAME=\
  130.     ".\ys\stat.h"\
  131.     ".\ys\types.h"\
  132.     
  133. # End Source File
  134. # Begin Source File
  135.  
  136. SOURCE=..\src\filename_list.cxx
  137. DEP_CPP_FILENAME_=\
  138.     "..\fl\filename.h"\
  139.     ".\config.h"\
  140.     
  141. NODEP_CPP_FILENAME_=\
  142.     ".\ys\types.h"\
  143.     
  144. # End Source File
  145. # Begin Source File
  146.  
  147. SOURCE=..\src\filename_match.cxx
  148. DEP_CPP_FILENAME_M=\
  149.     "..\fl\filename.h"\
  150.     
  151. NODEP_CPP_FILENAME_M=\
  152.     ".\ys\types.h"\
  153.     
  154. # End Source File
  155. # Begin Source File
  156.  
  157. SOURCE=..\src\filename_setext.cxx
  158. DEP_CPP_FILENAME_S=\
  159.     "..\fl\filename.h"\
  160.     
  161. NODEP_CPP_FILENAME_S=\
  162.     ".\ys\types.h"\
  163.     
  164. # End Source File
  165. # Begin Source File
  166.  
  167. SOURCE=..\src\Fl.cxx
  168. DEP_CPP_FL_CX=\
  169.     "..\fl\enumerations.h"\
  170.     "..\fl\fl.h"\
  171.     "..\fl\fl_draw.h"\
  172.     "..\fl\fl_group.h"\
  173.     "..\fl\fl_widget.h"\
  174.     "..\fl\fl_window.h"\
  175.     "..\fl\win32.h"\
  176.     "..\fl\x.h"\
  177.     
  178. # End Source File
  179. # Begin Source File
  180.  
  181. SOURCE=..\src\Fl_abort.cxx
  182. DEP_CPP_FL_AB=\
  183.     "..\fl\enumerations.h"\
  184.     "..\fl\fl.h"\
  185.     ".\config.h"\
  186.     
  187. # End Source File
  188. # Begin Source File
  189.  
  190. SOURCE=..\src\Fl_add_idle.cxx
  191. # End Source File
  192. # Begin Source File
  193.  
  194. SOURCE=..\src\Fl_Adjuster.cxx
  195. DEP_CPP_FL_AD=\
  196.     "..\fl\enumerations.h"\
  197.     "..\fl\fl.h"\
  198.     "..\fl\fl_adjuster.h"\
  199.     "..\fl\fl_bitmap.h"\
  200.     "..\fl\fl_draw.h"\
  201.     "..\fl\fl_valuator.h"\
  202.     "..\fl\fl_widget.h"\
  203.     "..\src\fastarrow.h"\
  204.     "..\src\mediumarrow.h"\
  205.     "..\src\slowarrow.h"\
  206.     
  207. # End Source File
  208. # Begin Source File
  209.  
  210. SOURCE=..\src\fl_arc.cxx
  211. DEP_CPP_FL_AR=\
  212.     "..\fl\enumerations.h"\
  213.     "..\fl\fl_draw.h"\
  214.     "..\FL\math.h"\
  215.     
  216. # End Source File
  217. # Begin Source File
  218.  
  219. SOURCE=..\src\fl_arci.cxx
  220. DEP_CPP_FL_ARC=\
  221.     "..\fl\enumerations.h"\
  222.     "..\fl\fl_draw.h"\
  223.     "..\fl\fl_group.h"\
  224.     "..\fl\fl_widget.h"\
  225.     "..\fl\fl_window.h"\
  226.     "..\FL\math.h"\
  227.     "..\fl\win32.h"\
  228.     "..\fl\x.h"\
  229.     
  230. # End Source File
  231. # Begin Source File
  232.  
  233. SOURCE=..\src\Fl_arg.cxx
  234. DEP_CPP_FL_ARG=\
  235.     "..\fl\enumerations.h"\
  236.     "..\fl\filename.h"\
  237.     "..\fl\fl.h"\
  238.     "..\fl\fl_draw.h"\
  239.     "..\fl\fl_group.h"\
  240.     "..\fl\fl_widget.h"\
  241.     "..\fl\fl_window.h"\
  242.     "..\fl\win32.h"\
  243.     "..\fl\x.h"\
  244.     
  245. NODEP_CPP_FL_ARG=\
  246.     ".\ys\types.h"\
  247.     
  248. # End Source File
  249. # Begin Source File
  250.  
  251. SOURCE=..\src\fl_ask.cxx
  252. DEP_CPP_FL_AS=\
  253.     "..\fl\enumerations.h"\
  254.     "..\fl\fl.h"\
  255.     "..\fl\fl_ask.h"\
  256.     "..\fl\fl_box.h"\
  257.     "..\fl\fl_button.h"\
  258.     "..\fl\fl_group.h"\
  259.     "..\fl\fl_input.h"\
  260.     "..\fl\fl_input_.h"\
  261.     "..\fl\fl_return_button.h"\
  262.     "..\fl\fl_secret_input.h"\
  263.     "..\fl\fl_widget.h"\
  264.     "..\fl\fl_window.h"\
  265.     ".\config.h"\
  266.     
  267. # End Source File
  268. # Begin Source File
  269.  
  270. SOURCE=..\src\Fl_Bitmap.cxx
  271. DEP_CPP_FL_BI=\
  272.     "..\fl\enumerations.h"\
  273.     "..\fl\fl.h"\
  274.     "..\fl\fl_bitmap.h"\
  275.     "..\fl\fl_draw.h"\
  276.     "..\fl\fl_group.h"\
  277.     "..\fl\fl_menu_item.h"\
  278.     "..\fl\fl_widget.h"\
  279.     "..\fl\fl_window.h"\
  280.     "..\fl\win32.h"\
  281.     "..\fl\x.h"\
  282.     
  283. # End Source File
  284. # Begin Source File
  285.  
  286. SOURCE=..\src\Fl_Box.cxx
  287. DEP_CPP_FL_BO=\
  288.     "..\fl\enumerations.h"\
  289.     "..\fl\fl_box.h"\
  290.     "..\fl\fl_widget.h"\
  291.     
  292. # End Source File
  293. # Begin Source File
  294.  
  295. SOURCE=..\src\fl_boxtype.cxx
  296. DEP_CPP_FL_BOX=\
  297.     "..\fl\enumerations.h"\
  298.     "..\fl\fl.h"\
  299.     "..\fl\fl_draw.h"\
  300.     "..\fl\fl_widget.h"\
  301.     ".\config.h"\
  302.     
  303. # End Source File
  304. # Begin Source File
  305.  
  306. SOURCE=..\src\Fl_Browser.cxx
  307. DEP_CPP_FL_BR=\
  308.     "..\fl\enumerations.h"\
  309.     "..\fl\fl.h"\
  310.     "..\fl\fl_browser.h"\
  311.     "..\fl\fl_browser_.h"\
  312.     "..\fl\fl_draw.h"\
  313.     "..\fl\fl_group.h"\
  314.     "..\fl\fl_scrollbar.h"\
  315.     "..\fl\fl_slider.h"\
  316.     "..\fl\fl_valuator.h"\
  317.     "..\fl\fl_widget.h"\
  318.     
  319. # End Source File
  320. # Begin Source File
  321.  
  322. SOURCE=..\src\Fl_Browser_.cxx
  323. DEP_CPP_FL_BRO=\
  324.     "..\fl\enumerations.h"\
  325.     "..\fl\fl.h"\
  326.     "..\fl\fl_browser_.h"\
  327.     "..\fl\fl_draw.h"\
  328.     "..\fl\fl_group.h"\
  329.     "..\fl\fl_scrollbar.h"\
  330.     "..\fl\fl_slider.h"\
  331.     "..\fl\fl_valuator.h"\
  332.     "..\fl\fl_widget.h"\
  333.     
  334. # End Source File
  335. # Begin Source File
  336.  
  337. SOURCE=..\src\Fl_Browser_load.cxx
  338. DEP_CPP_FL_BROW=\
  339.     "..\fl\enumerations.h"\
  340.     "..\fl\fl.h"\
  341.     "..\fl\fl_browser.h"\
  342.     "..\fl\fl_browser_.h"\
  343.     "..\fl\fl_group.h"\
  344.     "..\fl\fl_scrollbar.h"\
  345.     "..\fl\fl_slider.h"\
  346.     "..\fl\fl_valuator.h"\
  347.     "..\fl\fl_widget.h"\
  348.     
  349. # End Source File
  350. # Begin Source File
  351.  
  352. SOURCE=..\src\Fl_Button.cxx
  353. DEP_CPP_FL_BU=\
  354.     "..\fl\enumerations.h"\
  355.     "..\fl\fl.h"\
  356.     "..\fl\fl_button.h"\
  357.     "..\fl\fl_group.h"\
  358.     "..\fl\fl_widget.h"\
  359.     
  360. # End Source File
  361. # Begin Source File
  362.  
  363. SOURCE=..\src\Fl_Chart.cxx
  364. DEP_CPP_FL_CH=\
  365.     "..\fl\enumerations.h"\
  366.     "..\fl\fl.h"\
  367.     "..\fl\fl_chart.h"\
  368.     "..\fl\fl_draw.h"\
  369.     "..\fl\fl_widget.h"\
  370.     "..\FL\math.h"\
  371.     
  372. # End Source File
  373. # Begin Source File
  374.  
  375. SOURCE=..\src\Fl_Check_Button.cxx
  376. DEP_CPP_FL_CHE=\
  377.     "..\fl\enumerations.h"\
  378.     "..\fl\fl.h"\
  379.     "..\fl\fl_button.h"\
  380.     "..\fl\fl_check_button.h"\
  381.     "..\fl\fl_light_button.h"\
  382.     "..\fl\fl_widget.h"\
  383.     
  384. # End Source File
  385. # Begin Source File
  386.  
  387. SOURCE=..\src\Fl_Choice.cxx
  388. DEP_CPP_FL_CHO=\
  389.     "..\fl\enumerations.h"\
  390.     "..\fl\fl.h"\
  391.     "..\fl\fl_choice.h"\
  392.     "..\fl\fl_draw.h"\
  393.     "..\fl\fl_menu_.h"\
  394.     "..\fl\fl_menu_item.h"\
  395.     "..\fl\fl_widget.h"\
  396.     
  397. # End Source File
  398. # Begin Source File
  399.  
  400. SOURCE=..\src\Fl_Clock.cxx
  401. DEP_CPP_FL_CL=\
  402.     "..\fl\enumerations.h"\
  403.     "..\fl\fl.h"\
  404.     "..\fl\fl_clock.h"\
  405.     "..\fl\fl_draw.h"\
  406.     "..\fl\fl_widget.h"\
  407.     
  408. # End Source File
  409. # Begin Source File
  410.  
  411. SOURCE=..\src\fl_color.cxx
  412. DEP_CPP_FL_CO=\
  413.     "..\fl\enumerations.h"\
  414.     "..\fl\fl.h"\
  415.     "..\fl\fl_draw.h"\
  416.     "..\fl\fl_group.h"\
  417.     "..\fl\fl_widget.h"\
  418.     "..\fl\fl_window.h"\
  419.     "..\fl\win32.h"\
  420.     "..\fl\x.h"\
  421.     "..\src\fl_cmap.h"\
  422.     "..\src\fl_color_win32.cxx"\
  423.     "..\src\Fl_XColor.H"\
  424.     ".\config.h"\
  425.     
  426. # End Source File
  427. # Begin Source File
  428.  
  429. SOURCE=..\src\Fl_Color_Chooser.cxx
  430. DEP_CPP_FL_COL=\
  431.     "..\fl\enumerations.h"\
  432.     "..\fl\fl.h"\
  433.     "..\fl\fl_box.h"\
  434.     "..\fl\fl_button.h"\
  435.     "..\fl\fl_choice.h"\
  436.     "..\fl\fl_color_chooser.h"\
  437.     "..\fl\fl_draw.h"\
  438.     "..\fl\fl_group.h"\
  439.     "..\fl\fl_input.h"\
  440.     "..\fl\fl_input_.h"\
  441.     "..\fl\fl_menu_.h"\
  442.     "..\fl\fl_menu_item.h"\
  443.     "..\fl\fl_return_button.h"\
  444.     "..\fl\fl_valuator.h"\
  445.     "..\fl\fl_value_input.h"\
  446.     "..\fl\fl_widget.h"\
  447.     "..\fl\fl_window.h"\
  448.     "..\FL\math.h"\
  449.     
  450. # End Source File
  451. # Begin Source File
  452.  
  453. SOURCE=..\src\Fl_Counter.cxx
  454. DEP_CPP_FL_COU=\
  455.     "..\fl\enumerations.h"\
  456.     "..\fl\fl.h"\
  457.     "..\fl\fl_counter.h"\
  458.     "..\fl\fl_draw.h"\
  459.     "..\fl\fl_valuator.h"\
  460.     "..\fl\fl_widget.h"\
  461.     
  462. # End Source File
  463. # Begin Source File
  464.  
  465. SOURCE=..\src\fl_cursor.cxx
  466. DEP_CPP_FL_CU=\
  467.     "..\fl\enumerations.h"\
  468.     "..\fl\fl.h"\
  469.     "..\fl\fl_draw.h"\
  470.     "..\fl\fl_group.h"\
  471.     "..\fl\fl_widget.h"\
  472.     "..\fl\fl_window.h"\
  473.     "..\fl\win32.h"\
  474.     "..\fl\x.h"\
  475.     
  476. # End Source File
  477. # Begin Source File
  478.  
  479. SOURCE=..\src\fl_curve.cxx
  480. DEP_CPP_FL_CUR=\
  481.     "..\fl\enumerations.h"\
  482.     "..\fl\fl_draw.h"\
  483.     
  484. # End Source File
  485. # Begin Source File
  486.  
  487. SOURCE=..\src\Fl_cutpaste.cxx
  488. DEP_CPP_FL_CUT=\
  489.     "..\fl\enumerations.h"\
  490.     "..\fl\fl.h"\
  491.     "..\fl\fl_group.h"\
  492.     "..\fl\fl_widget.h"\
  493.     "..\fl\fl_window.h"\
  494.     "..\fl\win32.h"\
  495.     "..\fl\x.h"\
  496.     "..\src\fl_cutpaste_win32.cxx"\
  497.     
  498. # End Source File
  499. # Begin Source File
  500.  
  501. SOURCE=..\src\Fl_Dial.cxx
  502. DEP_CPP_FL_DI=\
  503.     "..\fl\enumerations.h"\
  504.     "..\fl\fl.h"\
  505.     "..\fl\fl_dial.h"\
  506.     "..\fl\fl_draw.h"\
  507.     "..\fl\fl_valuator.h"\
  508.     "..\fl\fl_widget.h"\
  509.     "..\FL\math.h"\
  510.     
  511. # End Source File
  512. # Begin Source File
  513.  
  514. SOURCE=..\src\fl_diamond_box.cxx
  515. DEP_CPP_FL_DIA=\
  516.     "..\fl\enumerations.h"\
  517.     "..\fl\fl.h"\
  518.     "..\fl\fl_draw.h"\
  519.     
  520. # End Source File
  521. # Begin Source File
  522.  
  523. SOURCE=..\src\Fl_display.cxx
  524. DEP_CPP_FL_DIS=\
  525.     "..\fl\enumerations.h"\
  526.     "..\fl\fl.h"\
  527.     
  528. # End Source File
  529. # Begin Source File
  530.  
  531. SOURCE=..\src\Fl_Double_Window.cxx
  532. DEP_CPP_FL_DO=\
  533.     "..\fl\enumerations.h"\
  534.     "..\fl\fl.h"\
  535.     "..\fl\fl_double_window.h"\
  536.     "..\fl\fl_draw.h"\
  537.     "..\fl\fl_group.h"\
  538.     "..\fl\fl_widget.h"\
  539.     "..\fl\fl_window.h"\
  540.     "..\fl\win32.h"\
  541.     "..\fl\x.h"\
  542.     ".\config.h"\
  543.     
  544. # End Source File
  545. # Begin Source File
  546.  
  547. SOURCE=..\src\fl_draw.cxx
  548. DEP_CPP_FL_DR=\
  549.     "..\fl\enumerations.h"\
  550.     "..\fl\fl_draw.h"\
  551.     
  552. # End Source File
  553. # Begin Source File
  554.  
  555. SOURCE=..\src\fl_draw_image.cxx
  556. DEP_CPP_FL_DRA=\
  557.     "..\fl\enumerations.h"\
  558.     "..\fl\fl.h"\
  559.     "..\fl\fl_draw.h"\
  560.     "..\fl\fl_group.h"\
  561.     "..\fl\fl_widget.h"\
  562.     "..\fl\fl_window.h"\
  563.     "..\fl\win32.h"\
  564.     "..\fl\x.h"\
  565.     "..\src\fl_draw_image_win32.cxx"\
  566.     "..\src\Fl_XColor.H"\
  567.     ".\config.h"\
  568.     
  569. # End Source File
  570. # Begin Source File
  571.  
  572. SOURCE=..\src\fl_draw_pixmap.cxx
  573. DEP_CPP_FL_DRAW=\
  574.     "..\fl\enumerations.h"\
  575.     "..\fl\fl.h"\
  576.     "..\fl\fl_draw.h"\
  577.     "..\fl\fl_group.h"\
  578.     "..\fl\fl_widget.h"\
  579.     "..\fl\fl_window.h"\
  580.     "..\fl\win32.h"\
  581.     "..\fl\x.h"\
  582.     ".\config.h"\
  583.     
  584. # End Source File
  585. # Begin Source File
  586.  
  587. SOURCE=..\src\fl_engraved_label.cxx
  588. DEP_CPP_FL_EN=\
  589.     "..\fl\enumerations.h"\
  590.     "..\fl\fl.h"\
  591.     "..\fl\fl_draw.h"\
  592.     "..\fl\fl_widget.h"\
  593.     
  594. # End Source File
  595. # Begin Source File
  596.  
  597. SOURCE=..\src\fl_file_chooser.cxx
  598. DEP_CPP_FL_FI=\
  599.     "..\fl\enumerations.h"\
  600.     "..\fl\filename.h"\
  601.     "..\fl\fl.h"\
  602.     "..\fl\fl_box.h"\
  603.     "..\fl\fl_browser_.h"\
  604.     "..\fl\fl_button.h"\
  605.     "..\fl\fl_draw.h"\
  606.     "..\fl\fl_file_chooser.h"\
  607.     "..\fl\fl_group.h"\
  608.     "..\fl\fl_input.h"\
  609.     "..\fl\fl_input_.h"\
  610.     "..\fl\fl_return_button.h"\
  611.     "..\fl\fl_scrollbar.h"\
  612.     "..\fl\fl_slider.h"\
  613.     "..\fl\fl_valuator.h"\
  614.     "..\fl\fl_widget.h"\
  615.     "..\fl\fl_window.h"\
  616.     ".\config.h"\
  617.     
  618. NODEP_CPP_FL_FI=\
  619.     ".\ys\types.h"\
  620.     
  621. # End Source File
  622. # Begin Source File
  623.  
  624. SOURCE=..\src\fl_font.cxx
  625. DEP_CPP_FL_FO=\
  626.     "..\fl\enumerations.h"\
  627.     "..\fl\fl.h"\
  628.     "..\fl\fl_draw.h"\
  629.     "..\fl\fl_group.h"\
  630.     "..\fl\fl_widget.h"\
  631.     "..\fl\fl_window.h"\
  632.     "..\fl\win32.h"\
  633.     "..\fl\x.h"\
  634.     "..\src\fl_font.h"\
  635.     "..\src\fl_font_win32.cxx"\
  636.     ".\config.h"\
  637.     
  638. # End Source File
  639. # Begin Source File
  640.  
  641. SOURCE=..\src\Fl_get_key.cxx
  642. DEP_CPP_FL_GE=\
  643.     "..\fl\enumerations.h"\
  644.     "..\fl\fl.h"\
  645.     "..\fl\fl_group.h"\
  646.     "..\fl\fl_widget.h"\
  647.     "..\fl\fl_window.h"\
  648.     "..\fl\win32.h"\
  649.     "..\fl\x.h"\
  650.     "..\src\fl_get_key_win32.cxx"\
  651.     
  652. # End Source File
  653. # Begin Source File
  654.  
  655. SOURCE=..\src\Fl_get_system_colors.cxx
  656. DEP_CPP_FL_GET=\
  657.     "..\fl\enumerations.h"\
  658.     "..\fl\fl.h"\
  659.     "..\fl\fl_group.h"\
  660.     "..\fl\fl_widget.h"\
  661.     "..\fl\fl_window.h"\
  662.     "..\FL\math.h"\
  663.     "..\fl\win32.h"\
  664.     "..\fl\x.h"\
  665.     
  666. # End Source File
  667. # Begin Source File
  668.  
  669. SOURCE=..\src\Fl_Gl_Choice.cxx
  670. DEP_CPP_FL_GL=\
  671.     "..\fl\enumerations.h"\
  672.     "..\fl\fl.h"\
  673.     "..\fl\fl_group.h"\
  674.     "..\fl\fl_widget.h"\
  675.     "..\fl\fl_window.h"\
  676.     "..\FL\gl.h"\
  677.     "..\fl\win32.h"\
  678.     "..\fl\x.h"\
  679.     "..\src\Fl_Gl_Choice.H"\
  680.     ".\config.h"\
  681.     
  682. NODEP_CPP_FL_GL=\
  683.     ".\L\gl.h"\
  684.     
  685. # End Source File
  686. # Begin Source File
  687.  
  688. SOURCE=..\src\Fl_Gl_Choice.H
  689. # End Source File
  690. # Begin Source File
  691.  
  692. SOURCE=..\src\Fl_Gl_Overlay.cxx
  693. DEP_CPP_FL_GL_=\
  694.     "..\fl\enumerations.h"\
  695.     "..\fl\fl.h"\
  696.     "..\fl\fl_gl_window.h"\
  697.     "..\fl\fl_group.h"\
  698.     "..\fl\fl_widget.h"\
  699.     "..\fl\fl_window.h"\
  700.     "..\FL\gl.h"\
  701.     "..\fl\win32.h"\
  702.     "..\fl\x.h"\
  703.     "..\src\Fl_Gl_Choice.H"\
  704.     ".\config.h"\
  705.     
  706. NODEP_CPP_FL_GL_=\
  707.     ".\L\gl.h"\
  708.     
  709. # End Source File
  710. # Begin Source File
  711.  
  712. SOURCE=..\src\Fl_Gl_Window.cxx
  713. DEP_CPP_FL_GL_W=\
  714.     "..\fl\enumerations.h"\
  715.     "..\fl\fl.h"\
  716.     "..\fl\fl_gl_window.h"\
  717.     "..\fl\fl_group.h"\
  718.     "..\fl\fl_widget.h"\
  719.     "..\fl\fl_window.h"\
  720.     "..\FL\gl.h"\
  721.     "..\fl\win32.h"\
  722.     "..\fl\x.h"\
  723.     "..\src\Fl_Gl_Choice.H"\
  724.     ".\config.h"\
  725.     
  726. NODEP_CPP_FL_GL_W=\
  727.     ".\L\gl.h"\
  728.     
  729. # End Source File
  730. # Begin Source File
  731.  
  732. SOURCE=..\src\Fl_grab.cxx
  733. DEP_CPP_FL_GR=\
  734.     "..\fl\enumerations.h"\
  735.     "..\fl\fl.h"\
  736.     "..\fl\fl_group.h"\
  737.     "..\fl\fl_widget.h"\
  738.     "..\fl\fl_window.h"\
  739.     "..\fl\win32.h"\
  740.     "..\fl\x.h"\
  741.     ".\config.h"\
  742.     
  743. # End Source File
  744. # Begin Source File
  745.  
  746. SOURCE=..\src\Fl_Group.cxx
  747. DEP_CPP_FL_GRO=\
  748.     "..\fl\enumerations.h"\
  749.     "..\fl\fl.h"\
  750.     "..\fl\fl_draw.h"\
  751.     "..\fl\fl_group.h"\
  752.     "..\fl\fl_widget.h"\
  753.     "..\fl\fl_window.h"\
  754.     
  755. # End Source File
  756. # Begin Source File
  757.  
  758. SOURCE=..\src\Fl_Image.cxx
  759. DEP_CPP_FL_IM=\
  760.     "..\fl\enumerations.h"\
  761.     "..\fl\fl.h"\
  762.     "..\fl\fl_draw.h"\
  763.     "..\fl\fl_group.h"\
  764.     "..\fl\fl_image.h"\
  765.     "..\fl\fl_menu_item.h"\
  766.     "..\fl\fl_widget.h"\
  767.     "..\fl\fl_window.h"\
  768.     "..\fl\win32.h"\
  769.     "..\fl\x.h"\
  770.     
  771. # End Source File
  772. # Begin Source File
  773.  
  774. SOURCE=..\src\Fl_Input.cxx
  775. DEP_CPP_FL_IN=\
  776.     "..\fl\enumerations.h"\
  777.     "..\fl\fl.h"\
  778.     "..\fl\fl_draw.h"\
  779.     "..\fl\fl_input.h"\
  780.     "..\fl\fl_input_.h"\
  781.     "..\fl\fl_widget.h"\
  782.     
  783. # End Source File
  784. # Begin Source File
  785.  
  786. SOURCE=..\src\Fl_Input_.cxx
  787. DEP_CPP_FL_INP=\
  788.     "..\fl\enumerations.h"\
  789.     "..\fl\fl.h"\
  790.     "..\fl\fl_draw.h"\
  791.     "..\fl\fl_input_.h"\
  792.     "..\fl\fl_widget.h"\
  793.     
  794. # End Source File
  795. # Begin Source File
  796.  
  797. SOURCE=..\src\fl_labeltype.cxx
  798. DEP_CPP_FL_LA=\
  799.     "..\fl\enumerations.h"\
  800.     "..\fl\fl.h"\
  801.     "..\fl\fl_draw.h"\
  802.     "..\fl\fl_group.h"\
  803.     "..\fl\fl_input_.h"\
  804.     "..\fl\fl_widget.h"\
  805.     
  806. # End Source File
  807. # Begin Source File
  808.  
  809. SOURCE=..\src\Fl_Light_Button.cxx
  810. DEP_CPP_FL_LI=\
  811.     "..\fl\enumerations.h"\
  812.     "..\fl\fl.h"\
  813.     "..\fl\fl_button.h"\
  814.     "..\fl\fl_draw.h"\
  815.     "..\fl\fl_light_button.h"\
  816.     "..\fl\fl_widget.h"\
  817.     
  818. # End Source File
  819. # Begin Source File
  820.  
  821. SOURCE=..\src\Fl_Menu.cxx
  822. DEP_CPP_FL_ME=\
  823.     "..\fl\enumerations.h"\
  824.     "..\fl\fl.h"\
  825.     "..\fl\fl_draw.h"\
  826.     "..\fl\fl_group.h"\
  827.     "..\fl\fl_menu_.h"\
  828.     "..\fl\fl_menu_item.h"\
  829.     "..\fl\fl_menu_window.h"\
  830.     "..\fl\fl_single_window.h"\
  831.     "..\fl\fl_widget.h"\
  832.     "..\fl\fl_window.h"\
  833.     
  834. # End Source File
  835. # Begin Source File
  836.  
  837. SOURCE=..\src\Fl_Menu_.cxx
  838. DEP_CPP_FL_MEN=\
  839.     "..\fl\enumerations.h"\
  840.     "..\fl\fl.h"\
  841.     "..\fl\fl_menu_.h"\
  842.     "..\fl\fl_menu_item.h"\
  843.     "..\fl\fl_widget.h"\
  844.     
  845. # End Source File
  846. # Begin Source File
  847.  
  848. SOURCE=..\src\Fl_Menu_add.cxx
  849. DEP_CPP_FL_MENU=\
  850.     "..\fl\enumerations.h"\
  851.     "..\fl\fl_menu_.h"\
  852.     "..\fl\fl_menu_item.h"\
  853.     "..\fl\fl_widget.h"\
  854.     
  855. # End Source File
  856. # Begin Source File
  857.  
  858. SOURCE=..\src\Fl_Menu_Bar.cxx
  859. DEP_CPP_FL_MENU_=\
  860.     "..\fl\enumerations.h"\
  861.     "..\fl\fl.h"\
  862.     "..\fl\fl_menu_.h"\
  863.     "..\fl\fl_menu_bar.h"\
  864.     "..\fl\fl_menu_item.h"\
  865.     "..\fl\fl_widget.h"\
  866.     
  867. # End Source File
  868. # Begin Source File
  869.  
  870. SOURCE=..\src\Fl_Menu_Button.cxx
  871. DEP_CPP_FL_MENU_B=\
  872.     "..\fl\enumerations.h"\
  873.     "..\fl\fl.h"\
  874.     "..\fl\fl_draw.h"\
  875.     "..\fl\fl_menu_.h"\
  876.     "..\fl\fl_menu_button.h"\
  877.     "..\fl\fl_menu_item.h"\
  878.     "..\fl\fl_widget.h"\
  879.     
  880. # End Source File
  881. # Begin Source File
  882.  
  883. SOURCE=..\src\Fl_Menu_global.cxx
  884. DEP_CPP_FL_MENU_G=\
  885.     "..\fl\enumerations.h"\
  886.     "..\fl\fl.h"\
  887.     "..\fl\fl_menu_.h"\
  888.     "..\fl\fl_menu_item.h"\
  889.     "..\fl\fl_widget.h"\
  890.     
  891. # End Source File
  892. # Begin Source File
  893.  
  894. SOURCE=..\src\Fl_Menu_Window.cxx
  895. DEP_CPP_FL_MENU_W=\
  896.     "..\fl\enumerations.h"\
  897.     "..\fl\fl.h"\
  898.     "..\fl\fl_draw.h"\
  899.     "..\fl\fl_group.h"\
  900.     "..\fl\fl_menu_window.h"\
  901.     "..\fl\fl_single_window.h"\
  902.     "..\fl\fl_widget.h"\
  903.     "..\fl\fl_window.h"\
  904.     "..\fl\win32.h"\
  905.     "..\fl\x.h"\
  906.     ".\config.h"\
  907.     
  908. # End Source File
  909. # Begin Source File
  910.  
  911. SOURCE=..\src\Fl_Multi_Label.cxx
  912. DEP_CPP_FL_MU=\
  913.     "..\fl\enumerations.h"\
  914.     "..\fl\fl.h"\
  915.     "..\fl\fl_menu_item.h"\
  916.     "..\fl\fl_multi_label.h"\
  917.     "..\fl\fl_widget.h"\
  918.     
  919. # End Source File
  920. # Begin Source File
  921.  
  922. SOURCE=..\src\Fl_Output.cxx
  923. DEP_CPP_FL_OU=\
  924.     "..\fl\enumerations.h"\
  925.     "..\fl\fl.h"\
  926.     "..\fl\fl_draw.h"\
  927.     "..\fl\fl_input_.h"\
  928.     "..\fl\fl_output.h"\
  929.     "..\fl\fl_widget.h"\
  930.     
  931. # End Source File
  932. # Begin Source File
  933.  
  934. SOURCE=..\src\fl_oval_box.cxx
  935. DEP_CPP_FL_OV=\
  936.     "..\fl\enumerations.h"\
  937.     "..\fl\fl.h"\
  938.     "..\fl\fl_draw.h"\
  939.     
  940. # End Source File
  941. # Begin Source File
  942.  
  943. SOURCE=..\src\fl_overlay.cxx
  944. DEP_CPP_FL_OVE=\
  945.     "..\fl\enumerations.h"\
  946.     "..\fl\fl_draw.h"\
  947.     "..\fl\fl_group.h"\
  948.     "..\fl\fl_widget.h"\
  949.     "..\fl\fl_window.h"\
  950.     "..\fl\win32.h"\
  951.     "..\fl\x.h"\
  952.     
  953. # End Source File
  954. # Begin Source File
  955.  
  956. SOURCE=..\src\fl_overlay_visual.cxx
  957. DEP_CPP_FL_OVER=\
  958.     "..\fl\enumerations.h"\
  959.     "..\fl\fl.h"\
  960.     "..\fl\fl_group.h"\
  961.     "..\fl\fl_widget.h"\
  962.     "..\fl\fl_window.h"\
  963.     "..\fl\win32.h"\
  964.     "..\fl\x.h"\
  965.     ".\config.h"\
  966.     
  967. # End Source File
  968. # Begin Source File
  969.  
  970. SOURCE=..\src\Fl_Overlay_Window.cxx
  971. DEP_CPP_FL_OVERL=\
  972.     "..\fl\enumerations.h"\
  973.     "..\fl\fl.h"\
  974.     "..\fl\fl_double_window.h"\
  975.     "..\fl\fl_draw.h"\
  976.     "..\fl\fl_group.h"\
  977.     "..\fl\fl_overlay_window.h"\
  978.     "..\fl\fl_widget.h"\
  979.     "..\fl\fl_window.h"\
  980.     "..\fl\win32.h"\
  981.     "..\fl\x.h"\
  982.     ".\config.h"\
  983.     
  984. # End Source File
  985. # Begin Source File
  986.  
  987. SOURCE=..\src\Fl_own_colormap.cxx
  988. DEP_CPP_FL_OW=\
  989.     "..\fl\enumerations.h"\
  990.     "..\fl\fl.h"\
  991.     "..\fl\fl_group.h"\
  992.     "..\fl\fl_widget.h"\
  993.     "..\fl\fl_window.h"\
  994.     "..\fl\win32.h"\
  995.     "..\fl\x.h"\
  996.     ".\config.h"\
  997.     
  998. # End Source File
  999. # Begin Source File
  1000.  
  1001. SOURCE=..\src\Fl_Pack.cxx
  1002. DEP_CPP_FL_PA=\
  1003.     "..\fl\enumerations.h"\
  1004.     "..\fl\fl.h"\
  1005.     "..\fl\fl_draw.h"\
  1006.     "..\fl\fl_group.h"\
  1007.     "..\fl\fl_pack.h"\
  1008.     "..\fl\fl_widget.h"\
  1009.     
  1010. # End Source File
  1011. # Begin Source File
  1012.  
  1013. SOURCE=..\src\Fl_Pixmap.cxx
  1014. DEP_CPP_FL_PI=\
  1015.     "..\fl\enumerations.h"\
  1016.     "..\fl\fl.h"\
  1017.     "..\fl\fl_draw.h"\
  1018.     "..\fl\fl_group.h"\
  1019.     "..\fl\fl_menu_item.h"\
  1020.     "..\fl\fl_pixmap.h"\
  1021.     "..\fl\fl_widget.h"\
  1022.     "..\fl\fl_window.h"\
  1023.     "..\fl\win32.h"\
  1024.     "..\fl\x.h"\
  1025.     
  1026. # End Source File
  1027. # Begin Source File
  1028.  
  1029. SOURCE=..\src\Fl_Positioner.cxx
  1030. DEP_CPP_FL_PO=\
  1031.     "..\fl\enumerations.h"\
  1032.     "..\fl\fl.h"\
  1033.     "..\fl\fl_draw.h"\
  1034.     "..\fl\fl_positioner.h"\
  1035.     "..\fl\fl_widget.h"\
  1036.     
  1037. # End Source File
  1038. # Begin Source File
  1039.  
  1040. SOURCE=..\src\fl_rect.cxx
  1041. DEP_CPP_FL_RE=\
  1042.     "..\fl\enumerations.h"\
  1043.     "..\fl\fl_draw.h"\
  1044.     "..\fl\fl_group.h"\
  1045.     "..\fl\fl_widget.h"\
  1046.     "..\fl\fl_window.h"\
  1047.     "..\fl\win32.h"\
  1048.     "..\fl\x.h"\
  1049.     
  1050. # End Source File
  1051. # Begin Source File
  1052.  
  1053. SOURCE=..\src\Fl_Repeat_Button.cxx
  1054. DEP_CPP_FL_REP=\
  1055.     "..\fl\enumerations.h"\
  1056.     "..\fl\fl.h"\
  1057.     "..\fl\fl_button.h"\
  1058.     "..\fl\fl_repeat_button.h"\
  1059.     "..\fl\fl_widget.h"\
  1060.     
  1061. # End Source File
  1062. # Begin Source File
  1063.  
  1064. SOURCE=..\src\Fl_Return_Button.cxx
  1065. DEP_CPP_FL_RET=\
  1066.     "..\fl\enumerations.h"\
  1067.     "..\fl\fl.h"\
  1068.     "..\fl\fl_button.h"\
  1069.     "..\fl\fl_draw.h"\
  1070.     "..\fl\fl_return_button.h"\
  1071.     "..\fl\fl_widget.h"\
  1072.     
  1073. # End Source File
  1074. # Begin Source File
  1075.  
  1076. SOURCE=..\src\Fl_Roller.cxx
  1077. DEP_CPP_FL_RO=\
  1078.     "..\fl\enumerations.h"\
  1079.     "..\fl\fl.h"\
  1080.     "..\fl\fl_draw.h"\
  1081.     "..\fl\fl_roller.h"\
  1082.     "..\fl\fl_valuator.h"\
  1083.     "..\fl\fl_widget.h"\
  1084.     
  1085. # End Source File
  1086. # Begin Source File
  1087.  
  1088. SOURCE=..\src\fl_round_box.cxx
  1089. DEP_CPP_FL_ROU=\
  1090.     "..\fl\enumerations.h"\
  1091.     "..\fl\fl.h"\
  1092.     "..\fl\fl_draw.h"\
  1093.     
  1094. # End Source File
  1095. # Begin Source File
  1096.  
  1097. SOURCE=..\src\Fl_Round_Button.cxx
  1098. DEP_CPP_FL_ROUN=\
  1099.     "..\fl\enumerations.h"\
  1100.     "..\fl\fl.h"\
  1101.     "..\fl\fl_button.h"\
  1102.     "..\fl\fl_light_button.h"\
  1103.     "..\fl\fl_round_button.h"\
  1104.     "..\fl\fl_widget.h"\
  1105.     
  1106. # End Source File
  1107. # Begin Source File
  1108.  
  1109. SOURCE=..\src\fl_rounded_box.cxx
  1110. DEP_CPP_FL_ROUND=\
  1111.     "..\fl\enumerations.h"\
  1112.     "..\fl\fl.h"\
  1113.     "..\fl\fl_draw.h"\
  1114.     
  1115. # End Source File
  1116. # Begin Source File
  1117.  
  1118. SOURCE=..\src\Fl_Scroll.cxx
  1119. DEP_CPP_FL_SC=\
  1120.     "..\fl\enumerations.h"\
  1121.     "..\fl\fl.h"\
  1122.     "..\fl\fl_draw.h"\
  1123.     "..\fl\fl_group.h"\
  1124.     "..\fl\fl_scroll.h"\
  1125.     "..\fl\fl_scrollbar.h"\
  1126.     "..\fl\fl_slider.h"\
  1127.     "..\fl\fl_valuator.h"\
  1128.     "..\fl\fl_widget.h"\
  1129.     
  1130. # End Source File
  1131. # Begin Source File
  1132.  
  1133. SOURCE=..\src\fl_scroll_area.cxx
  1134. DEP_CPP_FL_SCR=\
  1135.     "..\fl\enumerations.h"\
  1136.     "..\fl\fl_group.h"\
  1137.     "..\fl\fl_widget.h"\
  1138.     "..\fl\fl_window.h"\
  1139.     "..\fl\win32.h"\
  1140.     "..\fl\x.h"\
  1141.     
  1142. # End Source File
  1143. # Begin Source File
  1144.  
  1145. SOURCE=..\src\Fl_Scrollbar.cxx
  1146. DEP_CPP_FL_SCRO=\
  1147.     "..\fl\enumerations.h"\
  1148.     "..\fl\fl.h"\
  1149.     "..\fl\fl_draw.h"\
  1150.     "..\fl\fl_scrollbar.h"\
  1151.     "..\fl\fl_slider.h"\
  1152.     "..\fl\fl_valuator.h"\
  1153.     "..\fl\fl_widget.h"\
  1154.     
  1155. # End Source File
  1156. # Begin Source File
  1157.  
  1158. SOURCE=..\src\fl_set_font.cxx
  1159. DEP_CPP_FL_SE=\
  1160.     "..\fl\enumerations.h"\
  1161.     "..\fl\fl.h"\
  1162.     "..\fl\fl_group.h"\
  1163.     "..\fl\fl_widget.h"\
  1164.     "..\fl\fl_window.h"\
  1165.     "..\fl\win32.h"\
  1166.     "..\fl\x.h"\
  1167.     "..\src\fl_font.h"\
  1168.     ".\config.h"\
  1169.     
  1170. # End Source File
  1171. # Begin Source File
  1172.  
  1173. SOURCE=..\src\fl_set_fonts.cxx
  1174. DEP_CPP_FL_SET=\
  1175.     "..\fl\enumerations.h"\
  1176.     "..\fl\fl.h"\
  1177.     "..\fl\fl_group.h"\
  1178.     "..\fl\fl_widget.h"\
  1179.     "..\fl\fl_window.h"\
  1180.     "..\fl\win32.h"\
  1181.     "..\fl\x.h"\
  1182.     "..\src\fl_font.h"\
  1183.     "..\src\fl_set_fonts_win32.cxx"\
  1184.     
  1185. # End Source File
  1186. # Begin Source File
  1187.  
  1188. SOURCE=..\src\fl_shadow_box.cxx
  1189. DEP_CPP_FL_SH=\
  1190.     "..\fl\enumerations.h"\
  1191.     "..\fl\fl.h"\
  1192.     "..\fl\fl_draw.h"\
  1193.     
  1194. # End Source File
  1195. # Begin Source File
  1196.  
  1197. SOURCE=..\src\fl_shortcut.cxx
  1198. DEP_CPP_FL_SHO=\
  1199.     "..\fl\enumerations.h"\
  1200.     "..\fl\fl.h"\
  1201.     "..\fl\fl_widget.h"\
  1202.     
  1203. # End Source File
  1204. # Begin Source File
  1205.  
  1206. SOURCE=..\src\fl_show_colormap.cxx
  1207. DEP_CPP_FL_SHOW=\
  1208.     "..\fl\enumerations.h"\
  1209.     "..\fl\fl.h"\
  1210.     "..\fl\fl_draw.h"\
  1211.     "..\fl\fl_group.h"\
  1212.     "..\fl\fl_show_colormap.h"\
  1213.     "..\fl\fl_single_window.h"\
  1214.     "..\fl\fl_widget.h"\
  1215.     "..\fl\fl_window.h"\
  1216.     ".\config.h"\
  1217.     
  1218. # End Source File
  1219. # Begin Source File
  1220.  
  1221. SOURCE=..\src\Fl_Single_Window.cxx
  1222. DEP_CPP_FL_SI=\
  1223.     "..\fl\enumerations.h"\
  1224.     "..\fl\fl_group.h"\
  1225.     "..\fl\fl_single_window.h"\
  1226.     "..\fl\fl_widget.h"\
  1227.     "..\fl\fl_window.h"\
  1228.     
  1229. # End Source File
  1230. # Begin Source File
  1231.  
  1232. SOURCE=..\src\Fl_Slider.cxx
  1233. DEP_CPP_FL_SL=\
  1234.     "..\fl\enumerations.h"\
  1235.     "..\fl\fl.h"\
  1236.     "..\fl\fl_draw.h"\
  1237.     "..\fl\fl_slider.h"\
  1238.     "..\fl\fl_valuator.h"\
  1239.     "..\fl\fl_widget.h"\
  1240.     
  1241. # End Source File
  1242. # Begin Source File
  1243.  
  1244. SOURCE=..\src\fl_symbols.cxx
  1245. DEP_CPP_FL_SY=\
  1246.     "..\fl\enumerations.h"\
  1247.     "..\fl\fl.h"\
  1248.     "..\fl\fl_draw.h"\
  1249.     "..\fl\fl_widget.h"\
  1250.     
  1251. # End Source File
  1252. # Begin Source File
  1253.  
  1254. SOURCE=..\src\Fl_Tabs.cxx
  1255. DEP_CPP_FL_TA=\
  1256.     "..\fl\enumerations.h"\
  1257.     "..\fl\fl.h"\
  1258.     "..\fl\fl_draw.h"\
  1259.     "..\fl\fl_group.h"\
  1260.     "..\fl\fl_tabs.h"\
  1261.     "..\fl\fl_widget.h"\
  1262.     
  1263. # End Source File
  1264. # Begin Source File
  1265.  
  1266. SOURCE=..\src\Fl_Tile.cxx
  1267. DEP_CPP_FL_TI=\
  1268.     "..\fl\enumerations.h"\
  1269.     "..\fl\fl.h"\
  1270.     "..\fl\fl_group.h"\
  1271.     "..\fl\fl_tile.h"\
  1272.     "..\fl\fl_widget.h"\
  1273.     "..\fl\fl_window.h"\
  1274.     
  1275. # End Source File
  1276. # Begin Source File
  1277.  
  1278. SOURCE=..\src\Fl_Valuator.cxx
  1279. DEP_CPP_FL_VA=\
  1280.     "..\fl\enumerations.h"\
  1281.     "..\fl\fl.h"\
  1282.     "..\fl\fl_valuator.h"\
  1283.     "..\fl\fl_widget.h"\
  1284.     "..\FL\math.h"\
  1285.     
  1286. # End Source File
  1287. # Begin Source File
  1288.  
  1289. SOURCE=..\src\Fl_Value_Input.cxx
  1290. DEP_CPP_FL_VAL=\
  1291.     "..\fl\enumerations.h"\
  1292.     "..\fl\fl.h"\
  1293.     "..\fl\fl_group.h"\
  1294.     "..\fl\fl_input.h"\
  1295.     "..\fl\fl_input_.h"\
  1296.     "..\fl\fl_valuator.h"\
  1297.     "..\fl\fl_value_input.h"\
  1298.     "..\fl\fl_widget.h"\
  1299.     
  1300. # End Source File
  1301. # Begin Source File
  1302.  
  1303. SOURCE=..\src\Fl_Value_Output.cxx
  1304. DEP_CPP_FL_VALU=\
  1305.     "..\fl\enumerations.h"\
  1306.     "..\fl\fl.h"\
  1307.     "..\fl\fl_draw.h"\
  1308.     "..\fl\fl_valuator.h"\
  1309.     "..\fl\fl_value_output.h"\
  1310.     "..\fl\fl_widget.h"\
  1311.     
  1312. # End Source File
  1313. # Begin Source File
  1314.  
  1315. SOURCE=..\src\Fl_Value_Slider.cxx
  1316. DEP_CPP_FL_VALUE=\
  1317.     "..\fl\enumerations.h"\
  1318.     "..\fl\fl.h"\
  1319.     "..\fl\fl_draw.h"\
  1320.     "..\fl\fl_slider.h"\
  1321.     "..\fl\fl_valuator.h"\
  1322.     "..\fl\fl_value_slider.h"\
  1323.     "..\fl\fl_widget.h"\
  1324.     
  1325. # End Source File
  1326. # Begin Source File
  1327.  
  1328. SOURCE=..\src\fl_vertex.cxx
  1329. DEP_CPP_FL_VE=\
  1330.     "..\fl\enumerations.h"\
  1331.     "..\fl\fl_draw.h"\
  1332.     "..\fl\fl_group.h"\
  1333.     "..\fl\fl_widget.h"\
  1334.     "..\fl\fl_window.h"\
  1335.     "..\FL\math.h"\
  1336.     "..\fl\win32.h"\
  1337.     "..\fl\x.h"\
  1338.     
  1339. # End Source File
  1340. # Begin Source File
  1341.  
  1342. SOURCE=..\src\Fl_visual.cxx
  1343. DEP_CPP_FL_VI=\
  1344.     "..\fl\enumerations.h"\
  1345.     "..\fl\fl.h"\
  1346.     "..\fl\fl_group.h"\
  1347.     "..\fl\fl_widget.h"\
  1348.     "..\fl\fl_window.h"\
  1349.     "..\fl\win32.h"\
  1350.     "..\fl\x.h"\
  1351.     ".\config.h"\
  1352.     
  1353. # End Source File
  1354. # Begin Source File
  1355.  
  1356. SOURCE=..\src\Fl_Widget.cxx
  1357. DEP_CPP_FL_WI=\
  1358.     "..\fl\enumerations.h"\
  1359.     "..\fl\fl.h"\
  1360.     "..\fl\fl_group.h"\
  1361.     "..\fl\fl_widget.h"\
  1362.     
  1363. # End Source File
  1364. # Begin Source File
  1365.  
  1366. SOURCE=..\src\Fl_Window.cxx
  1367. DEP_CPP_FL_WIN=\
  1368.     "..\fl\enumerations.h"\
  1369.     "..\fl\fl.h"\
  1370.     "..\fl\fl_group.h"\
  1371.     "..\fl\fl_widget.h"\
  1372.     "..\fl\fl_window.h"\
  1373.     
  1374. # End Source File
  1375. # Begin Source File
  1376.  
  1377. SOURCE=..\src\Fl_Window_fullscreen.cxx
  1378. DEP_CPP_FL_WIND=\
  1379.     "..\fl\enumerations.h"\
  1380.     "..\fl\fl.h"\
  1381.     "..\fl\fl_group.h"\
  1382.     "..\fl\fl_widget.h"\
  1383.     "..\fl\fl_window.h"\
  1384.     "..\fl\win32.h"\
  1385.     "..\fl\x.h"\
  1386.     
  1387. # End Source File
  1388. # Begin Source File
  1389.  
  1390. SOURCE=..\src\Fl_Window_hotspot.cxx
  1391. DEP_CPP_FL_WINDO=\
  1392.     "..\fl\enumerations.h"\
  1393.     "..\fl\fl.h"\
  1394.     "..\fl\fl_group.h"\
  1395.     "..\fl\fl_widget.h"\
  1396.     "..\fl\fl_window.h"\
  1397.     "..\fl\win32.h"\
  1398.     
  1399. # End Source File
  1400. # Begin Source File
  1401.  
  1402. SOURCE=..\src\Fl_Window_iconize.cxx
  1403. DEP_CPP_FL_WINDOW=\
  1404.     "..\fl\enumerations.h"\
  1405.     "..\fl\fl_group.h"\
  1406.     "..\fl\fl_widget.h"\
  1407.     "..\fl\fl_window.h"\
  1408.     "..\fl\win32.h"\
  1409.     "..\fl\x.h"\
  1410.     
  1411. # End Source File
  1412. # Begin Source File
  1413.  
  1414. SOURCE=..\src\Fl_x.cxx
  1415. DEP_CPP_FL_X_=\
  1416.     "..\fl\enumerations.h"\
  1417.     "..\fl\fl.h"\
  1418.     "..\fl\fl_group.h"\
  1419.     "..\fl\fl_widget.h"\
  1420.     "..\fl\fl_window.h"\
  1421.     "..\fl\win32.h"\
  1422.     "..\fl\x.h"\
  1423.     "..\src\fl_win32.cxx"\
  1424.     ".\config.h"\
  1425.     
  1426. NODEP_CPP_FL_X_=\
  1427.     ".\ys\types.h"\
  1428.     
  1429. # End Source File
  1430. # Begin Source File
  1431.  
  1432. SOURCE=..\src\forms_bitmap.cxx
  1433. DEP_CPP_FORMS=\
  1434.     "..\fl\enumerations.h"\
  1435.     "..\fl\filename.h"\
  1436.     "..\fl\fl.h"\
  1437.     "..\fl\fl_ask.h"\
  1438.     "..\fl\fl_bitmap.h"\
  1439.     "..\fl\fl_box.h"\
  1440.     "..\fl\fl_browser.h"\
  1441.     "..\fl\fl_browser_.h"\
  1442.     "..\fl\fl_button.h"\
  1443.     "..\fl\fl_chart.h"\
  1444.     "..\fl\fl_check_button.h"\
  1445.     "..\fl\fl_choice.h"\
  1446.     "..\fl\fl_clock.h"\
  1447.     "..\fl\fl_counter.h"\
  1448.     "..\fl\fl_dial.h"\
  1449.     "..\fl\fl_draw.h"\
  1450.     "..\fl\fl_file_chooser.h"\
  1451.     "..\fl\fl_formsbitmap.h"\
  1452.     "..\fl\fl_formspixmap.h"\
  1453.     "..\fl\fl_free.h"\
  1454.     "..\fl\fl_group.h"\
  1455.     "..\fl\fl_input.h"\
  1456.     "..\fl\fl_input_.h"\
  1457.     "..\fl\fl_light_button.h"\
  1458.     "..\fl\fl_menu_.h"\
  1459.     "..\fl\fl_menu_button.h"\
  1460.     "..\fl\fl_menu_item.h"\
  1461.     "..\fl\fl_pixmap.h"\
  1462.     "..\fl\fl_positioner.h"\
  1463.     "..\fl\fl_round_button.h"\
  1464.     "..\fl\fl_scrollbar.h"\
  1465.     "..\fl\fl_show_colormap.h"\
  1466.     "..\fl\fl_slider.h"\
  1467.     "..\fl\fl_timer.h"\
  1468.     "..\fl\fl_valuator.h"\
  1469.     "..\fl\fl_value_slider.h"\
  1470.     "..\fl\fl_widget.h"\
  1471.     "..\fl\fl_window.h"\
  1472.     "..\fl\forms.h"\
  1473.     
  1474. NODEP_CPP_FORMS=\
  1475.     ".\ys\types.h"\
  1476.     
  1477. # End Source File
  1478. # Begin Source File
  1479.  
  1480. SOURCE=..\src\forms_compatability.cxx
  1481. DEP_CPP_FORMS_=\
  1482.     "..\fl\enumerations.h"\
  1483.     "..\fl\filename.h"\
  1484.     "..\fl\fl.h"\
  1485.     "..\fl\fl_ask.h"\
  1486.     "..\fl\fl_bitmap.h"\
  1487.     "..\fl\fl_box.h"\
  1488.     "..\fl\fl_browser.h"\
  1489.     "..\fl\fl_browser_.h"\
  1490.     "..\fl\fl_button.h"\
  1491.     "..\fl\fl_chart.h"\
  1492.     "..\fl\fl_check_button.h"\
  1493.     "..\fl\fl_choice.h"\
  1494.     "..\fl\fl_clock.h"\
  1495.     "..\fl\fl_counter.h"\
  1496.     "..\fl\fl_dial.h"\
  1497.     "..\fl\fl_draw.h"\
  1498.     "..\fl\fl_file_chooser.h"\
  1499.     "..\fl\fl_formsbitmap.h"\
  1500.     "..\fl\fl_formspixmap.h"\
  1501.     "..\fl\fl_free.h"\
  1502.     "..\fl\fl_group.h"\
  1503.     "..\fl\fl_input.h"\
  1504.     "..\fl\fl_input_.h"\
  1505.     "..\fl\fl_light_button.h"\
  1506.     "..\fl\fl_menu_.h"\
  1507.     "..\fl\fl_menu_button.h"\
  1508.     "..\fl\fl_menu_item.h"\
  1509.     "..\fl\fl_pixmap.h"\
  1510.     "..\fl\fl_positioner.h"\
  1511.     "..\fl\fl_repeat_button.h"\
  1512.     "..\fl\fl_return_button.h"\
  1513.     "..\fl\fl_round_button.h"\
  1514.     "..\fl\fl_scrollbar.h"\
  1515.     "..\fl\fl_show_colormap.h"\
  1516.     "..\fl\fl_slider.h"\
  1517.     "..\fl\fl_timer.h"\
  1518.     "..\fl\fl_valuator.h"\
  1519.     "..\fl\fl_value_slider.h"\
  1520.     "..\fl\fl_widget.h"\
  1521.     "..\fl\fl_window.h"\
  1522.     "..\fl\forms.h"\
  1523.     
  1524. NODEP_CPP_FORMS_=\
  1525.     ".\ys\types.h"\
  1526.     
  1527. # End Source File
  1528. # Begin Source File
  1529.  
  1530. SOURCE=..\src\forms_free.cxx
  1531. DEP_CPP_FORMS_F=\
  1532.     "..\fl\enumerations.h"\
  1533.     "..\fl\fl.h"\
  1534.     "..\fl\fl_free.h"\
  1535.     "..\fl\fl_widget.h"\
  1536.     
  1537. # End Source File
  1538. # Begin Source File
  1539.  
  1540. SOURCE=..\src\forms_fselect.cxx
  1541. DEP_CPP_FORMS_FS=\
  1542.     "..\fl\enumerations.h"\
  1543.     "..\fl\filename.h"\
  1544.     "..\fl\fl.h"\
  1545.     "..\fl\fl_ask.h"\
  1546.     "..\fl\fl_bitmap.h"\
  1547.     "..\fl\fl_box.h"\
  1548.     "..\fl\fl_browser.h"\
  1549.     "..\fl\fl_browser_.h"\
  1550.     "..\fl\fl_button.h"\
  1551.     "..\fl\fl_chart.h"\
  1552.     "..\fl\fl_check_button.h"\
  1553.     "..\fl\fl_choice.h"\
  1554.     "..\fl\fl_clock.h"\
  1555.     "..\fl\fl_counter.h"\
  1556.     "..\fl\fl_dial.h"\
  1557.     "..\fl\fl_draw.h"\
  1558.     "..\fl\fl_file_chooser.h"\
  1559.     "..\fl\fl_formsbitmap.h"\
  1560.     "..\fl\fl_formspixmap.h"\
  1561.     "..\fl\fl_free.h"\
  1562.     "..\fl\fl_group.h"\
  1563.     "..\fl\fl_input.h"\
  1564.     "..\fl\fl_input_.h"\
  1565.     "..\fl\fl_light_button.h"\
  1566.     "..\fl\fl_menu_.h"\
  1567.     "..\fl\fl_menu_button.h"\
  1568.     "..\fl\fl_menu_item.h"\
  1569.     "..\fl\fl_pixmap.h"\
  1570.     "..\fl\fl_positioner.h"\
  1571.     "..\fl\fl_round_button.h"\
  1572.     "..\fl\fl_scrollbar.h"\
  1573.     "..\fl\fl_show_colormap.h"\
  1574.     "..\fl\fl_slider.h"\
  1575.     "..\fl\fl_timer.h"\
  1576.     "..\fl\fl_valuator.h"\
  1577.     "..\fl\fl_value_slider.h"\
  1578.     "..\fl\fl_widget.h"\
  1579.     "..\fl\fl_window.h"\
  1580.     "..\fl\forms.h"\
  1581.     
  1582. NODEP_CPP_FORMS_FS=\
  1583.     ".\ys\types.h"\
  1584.     
  1585. # End Source File
  1586. # Begin Source File
  1587.  
  1588. SOURCE=..\src\forms_pixmap.cxx
  1589. DEP_CPP_FORMS_P=\
  1590.     "..\fl\enumerations.h"\
  1591.     "..\fl\filename.h"\
  1592.     "..\fl\fl.h"\
  1593.     "..\fl\fl_ask.h"\
  1594.     "..\fl\fl_bitmap.h"\
  1595.     "..\fl\fl_box.h"\
  1596.     "..\fl\fl_browser.h"\
  1597.     "..\fl\fl_browser_.h"\
  1598.     "..\fl\fl_button.h"\
  1599.     "..\fl\fl_chart.h"\
  1600.     "..\fl\fl_check_button.h"\
  1601.     "..\fl\fl_choice.h"\
  1602.     "..\fl\fl_clock.h"\
  1603.     "..\fl\fl_counter.h"\
  1604.     "..\fl\fl_dial.h"\
  1605.     "..\fl\fl_draw.h"\
  1606.     "..\fl\fl_file_chooser.h"\
  1607.     "..\fl\fl_formsbitmap.h"\
  1608.     "..\fl\fl_formspixmap.h"\
  1609.     "..\fl\fl_free.h"\
  1610.     "..\fl\fl_group.h"\
  1611.     "..\fl\fl_input.h"\
  1612.     "..\fl\fl_input_.h"\
  1613.     "..\fl\fl_light_button.h"\
  1614.     "..\fl\fl_menu_.h"\
  1615.     "..\fl\fl_menu_button.h"\
  1616.     "..\fl\fl_menu_item.h"\
  1617.     "..\fl\fl_pixmap.h"\
  1618.     "..\fl\fl_positioner.h"\
  1619.     "..\fl\fl_round_button.h"\
  1620.     "..\fl\fl_scrollbar.h"\
  1621.     "..\fl\fl_show_colormap.h"\
  1622.     "..\fl\fl_slider.h"\
  1623.     "..\fl\fl_timer.h"\
  1624.     "..\fl\fl_valuator.h"\
  1625.     "..\fl\fl_value_slider.h"\
  1626.     "..\fl\fl_widget.h"\
  1627.     "..\fl\fl_window.h"\
  1628.     "..\fl\forms.h"\
  1629.     
  1630. NODEP_CPP_FORMS_P=\
  1631.     ".\ys\types.h"\
  1632.     
  1633. # End Source File
  1634. # Begin Source File
  1635.  
  1636. SOURCE=..\src\forms_timer.cxx
  1637. DEP_CPP_FORMS_T=\
  1638.     "..\fl\enumerations.h"\
  1639.     "..\fl\fl.h"\
  1640.     "..\fl\fl_draw.h"\
  1641.     "..\fl\fl_timer.h"\
  1642.     "..\fl\fl_widget.h"\
  1643.     
  1644. NODEP_CPP_FORMS_T=\
  1645.     ".\ys\timeb.h"\
  1646.     ".\ys\types.h"\
  1647.     
  1648. # End Source File
  1649. # Begin Source File
  1650.  
  1651. SOURCE=..\src\gl_draw.cxx
  1652. DEP_CPP_GL_DR=\
  1653.     "..\fl\enumerations.h"\
  1654.     "..\fl\fl.h"\
  1655.     "..\fl\fl_draw.h"\
  1656.     "..\fl\fl_group.h"\
  1657.     "..\fl\fl_widget.h"\
  1658.     "..\fl\fl_window.h"\
  1659.     "..\FL\gl.h"\
  1660.     "..\fl\win32.h"\
  1661.     "..\fl\x.h"\
  1662.     "..\src\fl_font.h"\
  1663.     "..\src\Fl_Gl_Choice.H"\
  1664.     ".\config.h"\
  1665.     
  1666. NODEP_CPP_GL_DR=\
  1667.     ".\L\gl.h"\
  1668.     
  1669. # End Source File
  1670. # Begin Source File
  1671.  
  1672. SOURCE=..\src\gl_start.cxx
  1673. DEP_CPP_GL_ST=\
  1674.     "..\fl\enumerations.h"\
  1675.     "..\fl\fl.h"\
  1676.     "..\fl\fl_draw.h"\
  1677.     "..\fl\fl_group.h"\
  1678.     "..\fl\fl_widget.h"\
  1679.     "..\fl\fl_window.h"\
  1680.     "..\FL\gl.h"\
  1681.     "..\fl\win32.h"\
  1682.     "..\fl\x.h"\
  1683.     "..\src\Fl_Gl_Choice.H"\
  1684.     ".\config.h"\
  1685.     
  1686. NODEP_CPP_GL_ST=\
  1687.     ".\L\gl.h"\
  1688.     
  1689. # End Source File
  1690. # Begin Source File
  1691.  
  1692. SOURCE=..\src\glut_compatability.cxx
  1693. DEP_CPP_GLUT_=\
  1694.     "..\fl\enumerations.h"\
  1695.     "..\fl\fl.h"\
  1696.     "..\fl\fl_gl_window.h"\
  1697.     "..\fl\fl_group.h"\
  1698.     "..\fl\fl_menu_item.h"\
  1699.     "..\fl\fl_widget.h"\
  1700.     "..\fl\fl_window.h"\
  1701.     "..\FL\gl.h"\
  1702.     "..\fl\glut.h"\
  1703.     ".\config.h"\
  1704.     
  1705. NODEP_CPP_GLUT_=\
  1706.     ".\L\gl.h"\
  1707.     ".\L\glu.h"\
  1708.     
  1709. # End Source File
  1710. # Begin Source File
  1711.  
  1712. SOURCE=..\src\glut_font.cxx
  1713. DEP_CPP_GLUT_F=\
  1714.     "..\fl\enumerations.h"\
  1715.     "..\fl\fl.h"\
  1716.     "..\fl\fl_gl_window.h"\
  1717.     "..\fl\fl_group.h"\
  1718.     "..\fl\fl_widget.h"\
  1719.     "..\fl\fl_window.h"\
  1720.     "..\FL\gl.h"\
  1721.     "..\fl\glut.h"\
  1722.     ".\config.h"\
  1723.     
  1724. NODEP_CPP_GLUT_F=\
  1725.     ".\L\gl.h"\
  1726.     ".\L\glu.h"\
  1727.     
  1728. # End Source File
  1729. # Begin Source File
  1730.  
  1731. SOURCE=..\src\numericsort.c
  1732. DEP_CPP_NUMER=\
  1733.     "..\fl\filename.h"\
  1734.     ".\config.h"\
  1735.     
  1736. NODEP_CPP_NUMER=\
  1737.     ".\ys\types.h"\
  1738.     
  1739. # End Source File
  1740. # Begin Source File
  1741.  
  1742. SOURCE=..\src\scandir.c
  1743. DEP_CPP_SCAND=\
  1744.     "..\src\scandir_win32.c"\
  1745.     ".\config.h"\
  1746.     
  1747. NODEP_CPP_SCAND=\
  1748.     ".\ys\types.h"\
  1749.     
  1750. # End Source File
  1751. # Begin Source File
  1752.  
  1753. SOURCE=..\src\vsnprintf.c
  1754. DEP_CPP_VSNPR=\
  1755.     ".\config.h"\
  1756.     
  1757. # End Source File
  1758. # End Target
  1759. # End Project
  1760.